/Picasso/trunk Developers: Levi Throckmorton

Login name:
Levi Throckmorton
Total Commits:
84 (18.7%)
Lines of Code:
1364 (15.4%)
Most Recent Commit:
2009-12-19 19:28

Activity by Clock Time

Activity by Hour of Day for Levi Throckmorton

Activity by Day of Week for Levi Throckmorton

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 84 (100.0%) 1364 (100.0%) 16.2
src/tests/ 40 (47.6%) 767 (56.2%) 19.1
/ 7 (8.3%) 211 (15.5%) 30.1
src/picasso/parser/tokens/chars/ 10 (11.9%) 129 (9.5%) 12.9
src/picasso/parser/tokens/functions/ 10 (11.9%) 120 (8.8%) 12.0
src/picasso/parser/tokens/operations/ 6 (7.1%) 95 (7.0%) 15.8
src/picasso/parser/ 3 (3.6%) 28 (2.1%) 9.3
src/picasso/parser/language/expressions/ 5 (6.0%) 11 (0.8%) 2.2
src/picasso/parser/tokens/ 2 (2.4%) 2 (0.1%) 1.0
.settings/ 1 (1.2%) 1 (0.1%) 1.0

Activity of Levi Throckmorton

Most Recent Commits

Levi Throckmorton 2009-12-19 19:28 Rev.: 157

multi-args done, doing Perlins and RGBToChrome stuff in ColorTests

87 lines of code changed in 3 files:

  • src/tests: ColorTests.java (new 44), EvaluatorTestsMultiArg.java (+33 -19), EvaluatorTestsUnary.java (+10 -1)
Levi Throckmorton 2009-12-19 17:32 Rev.: 156

more multi-args

50 lines of code changed in 2 files:

  • src/tests: EvaluatorTestsMultiArg.java (+48 -4), EvaluatorTestsUnary.java (+2 -1)
Levi Throckmorton 2009-12-18 19:04 Rev.: 155

first multi-arg test. It passed, hopefully it's correctly structured. More to come.

28 lines of code changed in 1 file:

  • src/tests: EvaluatorTestsMultiArg.java (+28 -2)
Levi Throckmorton 2009-12-18 18:09 Rev.: 154

unary evaluator tests done

8 lines of code changed in 1 file:

  • src/tests: EvaluatorTestsUnary.java (+8 -8)
Levi Throckmorton 2009-12-18 17:09 Rev.: 153

separated unary evaluators from multi-arg function evals in tests. MDF

224 lines of code changed in 4 files:

  • src/picasso/parser/language/expressions: Exponentiate.java (-3)
  • src/tests: EvaluatorTests.java (del), EvaluatorTestsMultiArg.java (new 30), EvaluatorTestsUnary.java (new 194)
Levi Throckmorton 2009-12-18 00:04 Rev.: 148

test stuff

38 lines of code changed in 1 file:

  • src/tests: EvaluatorTests.java (+38 -4)
Levi Throckmorton 2009-12-17 20:37 Rev.: 147

test stuff

3 lines of code changed in 2 files:

  • src/tests: ErrorParsedEvaluatedTests.java (+2 -2), EvaluatorTests.java (+1 -1)
Levi Throckmorton 2009-12-17 20:20 Rev.: 146

added basic arithmetic tokenizer tests

71 lines of code changed in 2 files:

  • src/tests: TestOperationsProperties.java (-1), TokenizerTest.java (+71 -2)
Levi Throckmorton 2009-12-17 20:06 Rev.: 145

finally solved my problems in EvaluatorTests. More to come!

56 lines of code changed in 2 files:

  • src/tests: EvaluatorTests.java (+54 -44), TokenizerTest.java (+2 -2)
Levi Throckmorton 2009-12-11 09:36 Rev.: 106

Added tan to functions.conf

4 lines of code changed in 2 files:

  • src/picasso/parser: functions.conf (+1)
  • src/tests: EvaluatorTests.java (+3 -2)
Levi Throckmorton 2009-12-11 09:21 Rev.: 105

still testing things YAYAYAYAYAY HAPPY CHANUKAH

9 lines of code changed in 1 file:

  • src/tests: EvaluatorTests.java (+9 -3)
Levi Throckmorton 2009-12-11 05:14 Rev.: 104

more fooling around in testing. Also, added an analyzer for Tan.

56 lines of code changed in 3 files:

  • src/picasso/parser: TanAnalyzer.java (new 24)
  • src/tests: EvaluatorTests.java (+25 -11), ParsedExpressionTreeTests.java (+7 -7)
Levi Throckmorton 2009-12-09 15:29 Rev.: 73

see previous comment

14 lines of code changed in 1 file:

  • src/tests: ParsedExpressionTreeTests.java (+14 -1)
Levi Throckmorton 2009-12-09 15:01 Rev.: 72

can somebody please run ParsedExpressionTreeTests and tell me what the hell is wrong

10 lines of code changed in 2 files:

  • src/tests: EvaluatorTests.java (-2), ParsedExpressionTreeTests.java (+10 -13)
Levi Throckmorton 2009-12-09 12:04 Rev.: 70

test package

225 lines of code changed in 5 files:

  • ParsedExpressionTreeTests.java.mine (new 70), ParsedExpressionTreeTests.java.r30 (new 70), ParsedExpressionTreeTests.java.r58 (new 68)
  • src/tests: ParsedExpressionTreeTests.java (+12 -5), TokenizerTest.java (+5)
Levi Throckmorton 2009-12-09 11:30 Rev.: 62

added Perlin Tokens and removed comment in test package

32 lines of code changed in 3 files:

  • src/picasso/parser/tokens/functions: PerlinBWToken.java (new 15), PerlinColorToken.java (new 15)
  • src/tests: TokenizerTest.java (+2 -2)
Levi Throckmorton 2009-12-09 03:08 Rev.: 57

created skeleton functions in test packages

45 lines of code changed in 1 file:

  • src/tests: EvaluatorTests.java (+45 -4)
Levi Throckmorton 2009-12-09 01:06 Rev.: 54

more work in test package

0 lines of code changed in 2 files:

  • src/tests: ErrorParsedEvaluatedTests.java (-2), ParsedExpressionTreeTests.java (-1)
Levi Throckmorton 2009-12-08 23:44 Rev.: 53

got rid of the red x that was plaguing ParsedExpressionTreeTests. Will fix later on this evening/tomorrow morning.

6 lines of code changed in 1 file:

  • src/tests: ParsedExpressionTreeTests.java (+6 -7)
Levi Throckmorton 2009-12-08 19:11 Rev.: 49

Fixed Stuart's param1 and param2 variables. Since they were in the constructor, they were considered local and weren't recognized in the other method.

10 lines of code changed in 2 files:

  • src/picasso/parser/language/expressions: PerlinBW.java (+5 -2), PerlinColor.java (+5 -2)

(20 more)

Generated by StatSVN 0.4.1